home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_include / ASM-ARM / ARCH-VNC / DMA.H < prev    next >
C/C++ Source or Header  |  1999-09-17  |  407b  |  20 lines

  1. /*
  2.  * linux/include/asm-arm/arch-ebsa110/dma.h
  3.  *
  4.  * Architecture DMA routes
  5.  *
  6.  * Copyright (C) 1997.1998 Russell King
  7.  */
  8. #ifndef __ASM_ARCH_DMA_H
  9. #define __ASM_ARCH_DMA_H
  10.  
  11. /*
  12.  * This is the maximum DMA address that can be DMAd to.
  13.  * There should not be more than (0xd0000000 - 0xc0000000)
  14.  * bytes of RAM.
  15.  */
  16. #define MAX_DMA_ADDRESS        0xd0000000
  17. #define MAX_DMA_CHANNELS    8
  18.  
  19. #endif /* _ASM_ARCH_DMA_H */
  20.